home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3detedr.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_EDGEDETREN_H = 1;
- include("real/raytr/r3postpr.js")
-
-
- var R3CLID_EDGEDETECTIONRENDER = 1501;
-
-
-
-
- R3EDETA_Threshold = 1501500;
- function SetR3EDETA_Threshold(value) {
- R3Set(this.r3obj, R3EDETA_Threshold, value, R3TID_FLOAT, 0);
- }
-
- R3EDETA_InChannel = 1501501;
- function SetR3EDETA_InChannel(value) {
- R3Set(this.r3obj, R3EDETA_InChannel, value, R3TID_STRING, 0);
- }
-
- R3EDETA_OutChannel = 1501502;
- function SetR3EDETA_OutChannel(value) {
- R3Set(this.r3obj, R3EDETA_OutChannel, value, R3TID_STRING, 0);
- }
-
- R3EDETA_Geometric = 1501503;
- function SetR3EDETA_Geometric(value) {
- R3Set(this.r3obj, R3EDETA_Geometric, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Edgedetectionrender () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_EDGEDETECTIONRENDER, arguments);
- }
- // Attributes
- this.SetThreshold=SetR3EDETA_Threshold;
- this.SetInChannel=SetR3EDETA_InChannel;
- this.SetOutChannel=SetR3EDETA_OutChannel;
- this.SetGeometric=SetR3EDETA_Geometric;
- }
-
- r3Edgedetectionrender.prototype=new r3Postprocessor;
- // r3detedr.h_H